C1.UWP.Document Assembly / C1.Xaml.Document Namespace / C1SortedList<TKey,TValue> Class / TryGetValue Method

In This Topic
TryGetValue Method (C1SortedList<TKey,TValue>)
In This Topic
Syntax
'Declaration
 
Public Function TryGetValue( _
   ByVal key As TKey, _
   ByRef value As TValue _
) As Boolean
 

Parameters

key
value
See Also